home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowadv.dir / 00079_Script_79 < prev    next >
Text File  |  1994-11-29  |  272b  |  17 lines

  1. on exitFrame
  2.   
  3.   global CM5SC2M1
  4.   if the movieTime of sprite 3 = CM5SC2M1 then
  5.     go to the frame + 1
  6.   else
  7.     go to frame the frame
  8.   end if
  9.   
  10. end
  11.  
  12. on mouseDown
  13.   set the movieRate of sprite 3 to 0
  14.   unLoadCast
  15.   updateStage
  16.   go to frame "exit"
  17. end